home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / windownt / copyte.zip / COPYTEST.TXT < prev   
Text File  |  1993-09-09  |  747b  |  15 lines

  1. COPYTEST: 9/9/93 by Mark Gamber
  2.  
  3.     Demonstrates how two consenting programs can directly communicate
  4. under Windows NT using the WM_COPYDATA message. CDTEST1 and CDTEST2 are
  5. two separate programs, each comprising a sender and receiver. The text
  6. from the edit control of one is sent to the other where it's displayed
  7. in it's static control. The static control may also be erased by the
  8. other program.
  9.  
  10.     This package is public domain and may be freely used and
  11. distributed provided this document is included. In using the programs or
  12. any part of them, the user agrees that the software and author may not be
  13. held liable for any damage caused intentionally or otherwise. If unable
  14. to comply, the software should be destroyed immediately.
  15.